home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / 6_01 / A4Booting / ReadMe
Text File  |  1992-08-13  |  4KB  |  294 lines

  1. %OP%VS4.13 (28-Apr-92), Gerald L Fitton, R4000 5966 9904 9938 
  2. %OP%DP2
  3. %OP%IRN
  4. %OP%PL66
  5. %OP%HM2
  6. %OP%FM2
  7. %OP%BM8
  8. %OP%LM0
  9. %OP%PT0
  10. %OP%WC2,1254,44,1748,0,0,0,0
  11. %CO:A,12,72%
  12. %C%%H1%Booting up the hard disc
  13. %C%By Jonathan A I Brown
  14.  
  15. Preliminary notes:
  16.  
  17.  
  18.  
  19.  
  20. Having recently acquired Pipedream 4, and with it a copy of the May '92 
  21. PipeLine 4 disc, I read with interest the articles on booting up the 
  22. hard disc by Gerald L Fitton and Bill Foyster.  Having also recently 
  23. acquired an Acorn A4 (Yes, one of them), it is interesting to note that 
  24. RISC OS 3 provides an automatic boot function, from the task manager 
  25. icon, which allows you to save a desktop boot file.  However, on my 
  26. humble A440/1, I did not have this useful facility.  Instead I used a 
  27. hard disc booting routine written by Ben Summers (which is Public 
  28. Domain), which I customised to give me a total of four different start 
  29. up routines, the choice depending on what button is held down (if any) 
  30. on start up or CTRL-Break.  Within my !Boot application directory - 
  31. which works just as well as just one file - I have the following files:
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. More information can be found in the relevant !Help file for most of 
  51. these files.
  52.  
  53. StartUp_0
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. StartUp_L
  67.  
  68. StartUp_M
  69.  
  70. StartUp_R
  71.  
  72.  
  73. NB: The spelling checker is a little impractical on the A4 - simply due 
  74. to the hard disc winddown, but it is still useable.
  75.  
  76. Points to note:
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. I also use !End to shutdown the computer after a session - once again 
  85. RISC OS 3 makes this redundant - CTRL-Shift-f12 does the same job 
  86. better - herewith a brief resumé:
  87.  
  88. !RunImage
  89.  
  90.  
  91. That's about it really.  I have also included a few of the public 
  92. domain applications I find useful.  These are not necessarily the 
  93. latest versions, but they're what I've got!
  94.  
  95. Incidentally, if you haven't got on already, get an Acorn A4 as soon as 
  96. possible (try Watford Electronics - that's where I got mine - they were 
  97. also the most helpful of the companies I tried) as it is a stupendous 
  98. machine.
  99. %CO:B,12,60%
  100.  
  101.  
  102.  
  103.  
  104. The original version of !Boot can be found in the directory 
  105. 'HDBoot'.  My customised version is in the directory 'My 
  106. !Boot'. !End is in the directory 'Programs'.
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. !Boot
  122. !Help
  123. !Run
  124. !Run_0
  125. !Run_L
  126. !Run_M
  127. !Run_R
  128. !Sprites
  129. HourExt
  130. Joystick
  131.  
  132. LC
  133. MB
  134. Mode123
  135. StartUp_?
  136. WM
  137.  
  138.  
  139.  
  140.  
  141. Default start up file (no mouse buttons pressed)
  142. Runs Boot files
  143. Runs a VDUSaver
  144. Runs a hotkey screensave utility
  145. Runs the !Joystick (joystick manager)
  146. Runs various desktop applications including:
  147.  
  148.  
  149.  
  150.  
  151.  
  152. And finally... Runs a special message file so I don't have 
  153. to keep giving the same verbal messages to other users
  154. As for StartUp_0 except instead of the games it loads in a 
  155. printer driver.
  156. Boots up the disc in drive 0 in such a way as to minimalise 
  157. crashes - very useful for playing games!
  158. As for StartUp_0 except with no games and a load of 
  159. miscelaneous programs for my 'perfect desktop'!
  160.  
  161.  
  162.  
  163.  
  164.  
  165. Using a | at the beginning of a line is equivalent to REM.
  166. Using { > null: } after a command directs all screen output 
  167. for that command to null: ie nowhere! - useful for getting 
  168. rid of unwanted screen messages.
  169. To get spaces in file names use the left hand alt key and 
  170. the numeric keypad and type ALT 1 6 0.
  171.  
  172.  
  173.  
  174.  
  175.  
  176. The full treatment - leave the computer switched on at your 
  177. peril!
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188. Jonathan A I Brown (31/7/92)
  189. %CO:C,12,48%
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211. Standard virus innoculated boot file.
  212. The original !Boot !Help file (© Ben Summers).
  213. Controls which configuration is used.
  214. )
  215. ) !Run_? executes a *Desktop -file StartUp_? if
  216. ) "<Boot$Config>" = "On"
  217. )
  218. Sprite file
  219. Hourglass module
  220. Serial Port Joystick Interface - makes the 
  221. joystick act like a mouse.
  222. Sets up <Boot$Config>
  223. Detects the state of the mouse buttons.
  224. My own personalised ultra-large screen mode.
  225. See above (? = 0/L/M/R)
  226. Sets up WimpMode
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237. !Trash
  238. !Alarm
  239. !VKiller
  240. !Warfarin
  241. Plus a few games
  242. %CO:D,12,36%
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. Trash can utility
  291. Err...
  292. Virus detection program
  293. Emulates mouse with cursor keys
  294. %CO:E,12,24%%CO:F,12,12%